Nevron .NET Vision
Nevron.Diagram Namespace / NHVPolylinePath Class / DefineModel Method / DefineModel(NPointF[],HVSegmentType[]) Method


In This Topic
    DefineModel(NPointF[],HVSegmentType[]) Method
    In This Topic
    Defines aN HV polyline model with the specified model points and segment types
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function DefineModel( _
       ByVal points() As NPointF, _
       ByVal segmentTypes() As HVSegmentType _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NHVPolylinePath
    Dim points() As NPointF
    Dim segmentTypes() As HVSegmentType
    Dim value As System.Boolean
     
    value = instance.DefineModel(points, segmentTypes)
    public virtual System.bool DefineModel( 
       NPointF[] points,
       HVSegmentType[] segmentTypes
    )

    Parameters

    points
    segmentTypes

    Return Value

    true if model definition succeeded, otherwise false
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also